	
;;; QQ: 67762207
[@main]
#IF
#SAY
_ You come to such a remote place where what I do for you? \ \
_ With (FCOLOR/10) <$NPCNAME> (FCOLOR/12) <dialogue/@TalkToQuest> \ \
_ <Close/@exit>

[@TalkToQuest]
#ACT
Mov D0 0

#IF
Check [106] 1
Check [306] 0

SAY
<On the task of dialogue./@CALL_AreaQuest6_3> \
#ACT
Mov D0 1

#IF
!Equal D0 1
#ACT
goto @NoQuest_Say
break

[@NoQuest_Say]
#IF
#SAY
_ Do you have had the experience of love and heartache? \ \
_ <Close/@exit>



[@CALL_AreaQuest6_3]
#CALL [AreaQuest\ChoBoGuide6\ChoBoGuide6.txt] @Bulok_minwok_23

[@everythingreward]
#CALL [System\TotalRewardSystem.txt] @TotalRewardSystem
;;; QQ: 67762207